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.
Represents properties information.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C0975213-3D73-44E1-8B46-4578E16D4457")> _
Public Interface IVsPropertiesInfo
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C0975213-3D73-44E1-8B46-4578E16D4457")]
public interface IVsPropertiesInfo
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C0975213-3D73-44E1-8B46-4578E16D4457")]
public interface class IVsPropertiesInfo
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C0975213-3D73-44E1-8B46-4578E16D4457")>]
type IVsPropertiesInfo = interface end
public interface IVsPropertiesInfo
The IVsPropertiesInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
IsTransmittable | Determines whether the property with the specified DISPID can be transmitted and applied across machines. |
Top
.gif)