Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the type of component being registered.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ComponentType As Type
public abstract Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
Type^ get () abstract;
}
abstract ComponentType : Type with get
abstract function get ComponentType () : Type
Property Value
Type: Type
The type of component being registered.
Remarks
For attributes attached to VSPackages, ComponentType returns the package type.
.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.
See Also
Reference
RegistrationAttribute.RegistrationContext Class