SafeIUnknown.IsInvalid Property
This member overrides SafeHandle.IsInvalid.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'宣言
Public Overrides ReadOnly Property IsInvalid As Boolean
Get
'使用
Dim instance As SafeIUnknown
Dim value As Boolean
value = instance.IsInvalid
public override bool IsInvalid { get; }
public:
virtual property bool IsInvalid {
bool get () override;
}
abstract IsInvalid : bool
override IsInvalid : bool
override function get IsInvalid () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.