Share via


IVsPropertiesInfo Interface

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
Public method IsTransmittable Determines whether the property with the specified DISPID can be transmitted and applied across machines.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace