IVCRulePropertyStorage Interface
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'宣告
<GuidAttribute("E6D70D5A-3095-4F66-A574-22DBD4DEAD77")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVCRulePropertyStorage
[GuidAttribute("E6D70D5A-3095-4F66-A574-22DBD4DEAD77")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVCRulePropertyStorage
[GuidAttribute(L"E6D70D5A-3095-4F66-A574-22DBD4DEAD77")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVCRulePropertyStorage
[<GuidAttribute("E6D70D5A-3095-4F66-A574-22DBD4DEAD77")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVCRulePropertyStorage = interface end
public interface IVCRulePropertyStorage
The IVCRulePropertyStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
DeleteProperty | |
![]() |
GetEvaluatedPropertyValue | |
![]() |
GetUnevaluatedPropertyValue | |
![]() |
SetPropertyValue |
Top