Tests whether the specified VGT feature is supported.
[Visual Basic .NET] |
---|
Public Function Supports( _ ByVal Feature As AgECrdnKind _ ) As |
[C#] |
---|
public bool Supports( AgECrdnKind Feature ); |
[Managed C++] |
---|
public: bool Supports( AgECrdnKind Feature ); |
[Java] |
---|
public bool supports( AgECrdnKind Feature ); |
[Unmanaged C++] |
---|
public: HRESULT Supports( AgECrdnKind Feature, VARIANT_BOOL * pRetVal ); |
- Feature