IInstalledExtension.IsPackComponent Property
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Déclaration
ReadOnly Property IsPackComponent As Boolean
bool IsPackComponent { get; }
property bool IsPackComponent {
bool get ();
}
abstract IsPackComponent : bool
function get IsPackComponent () : 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.