IVsDataProvider.GetProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a registered property of the DDEX provider.
public:
System::Object ^ GetProperty(System::String ^ name);
public object GetProperty (string name);
abstract member GetProperty : string -> obj
Public Function GetProperty (name As String) As Object
Parameters
- name
- String
The name of the property to retrieve.
Returns
The value of the property, if exists; otherwise, null.
Exceptions
The name
parameter is null.