This document is archived and information here might be outdated. Recommended version. |
Adds a value that references another value.
[Visual Basic .NET] Public Sub AddReferenceValue ( _ ByVal Value As String, _ ByVal refValue As String _ )
[C#] public void AddReferenceValue ( string Value, string refValue );
[C++]
HRESULT AddReferenceValue(
BSTR Value,
BSTR refValue
);
[C++]
Parameters Value [in]
Value is a parameter of type BSTR refValue [in]
refValue is a parameter of type BSTR