ISupportVSProperties-Schnittstelle
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("6659ED14-2AB6-47F3-A890-00C8ABA43B84")> _
Public Interface ISupportVSProperties
[InterfaceTypeAttribute()]
[GuidAttribute("6659ED14-2AB6-47F3-A890-00C8ABA43B84")]
public interface ISupportVSProperties
[InterfaceTypeAttribute()]
[GuidAttribute(L"6659ED14-2AB6-47F3-A890-00C8ABA43B84")]
public interface class ISupportVSProperties
[<InterfaceTypeAttribute()>]
[<GuidAttribute("6659ED14-2AB6-47F3-A890-00C8ABA43B84")>]
type ISupportVSProperties = interface end
public interface ISupportVSProperties
Der ISupportVSProperties-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
NotifyPropertiesDelete | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. |
Zum Seitenanfang