Description
Gets an array of valid null direction
provider types.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
Public Property SupportedNullDirectionProviderTypes() As System.Array
|
| [C#] |
public System.Array SupportedNullDirectionProviderTypes {get;}
|
| [Managed C++] |
public: __property System::Array^ get_SupportedNullDirectionProviderTypes();
|
| [Unmanaged C++] |
public: HRESULT get_SupportedNullDirectionProviderTypes(
SAFEARRAY ** ppRetVal
);
|
| [Java] |
public Object[] getSupportedNullDirectionProviderTypes();
|
See Also