IVCRulePropertyStorage Interface
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("6A38CD5C-513E-44FF-9276-D1F76EA91667")> _
Public Interface IVCRulePropertyStorage
[GuidAttribute("6A38CD5C-513E-44FF-9276-D1F76EA91667")]
public interface IVCRulePropertyStorage
[GuidAttribute(L"6A38CD5C-513E-44FF-9276-D1F76EA91667")]
public interface class IVCRulePropertyStorage
[<GuidAttribute("6A38CD5C-513E-44FF-9276-D1F76EA91667")>]
type IVCRulePropertyStorage = interface end
public interface IVCRulePropertyStorage
The IVCRulePropertyStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
DeleteProperty | ||
GetEvaluatedPropertyValue | ||
GetUnevaluatedPropertyValue | ||
SetPropertyValue |
Top