Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
Private Function GetPropertyDescriptor As PropertyDescriptor
Implements IPropertyExtension.GetPropertyDescriptor
PropertyDescriptor IPropertyExtension.GetPropertyDescriptor()
private:
virtual PropertyDescriptor^ GetPropertyDescriptor() sealed = IPropertyExtension::GetPropertyDescriptor
private abstract GetPropertyDescriptor : unit -> PropertyDescriptor
private override GetPropertyDescriptor : unit -> PropertyDescriptor
JScript does not support explicit interface implementations.
Return Value
Type: System.ComponentModel.PropertyDescriptor
Implements
IPropertyExtension.GetPropertyDescriptor()
.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
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace