IVCBuildPropertyStorage Interface
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Декларация
<GuidAttribute("261F2047-49DA-4E9F-B456-B6653AD8EF0A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVCBuildPropertyStorage
[GuidAttribute("261F2047-49DA-4E9F-B456-B6653AD8EF0A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVCBuildPropertyStorage
[GuidAttribute(L"261F2047-49DA-4E9F-B456-B6653AD8EF0A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVCBuildPropertyStorage
[<GuidAttribute("261F2047-49DA-4E9F-B456-B6653AD8EF0A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVCBuildPropertyStorage = interface end
public interface IVCBuildPropertyStorage
The IVCBuildPropertyStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPropertyValue | ||
RemoveProperty | ||
SetPropertyValue |
Top