This document is archived and information here might be outdated. Recommended version. |
Defines a variable using the set of all associated attributes. Overwrites the attributes if the variable has already been defined.
[Visual Basic .NET] Public Sub DefineVariable ( _ ByVal bsVariableName As String, _ ByVal pVariableAttributes As IPropertySet _ )
[C#] public void DefineVariable ( string bsVariableName, IPropertySet pVariableAttributes );
[C++]
HRESULT DefineVariable(
BSTR bsVariableName,
IPropertySet* pVariableAttributes
);
[C++] Parameters bsVariableName [in]
bsVariableName is a parameter of type BSTR pVariableAttributes [in]
pVariableAttributes is a parameter of type IPropertySet*