Visual Studio Automation and Extensibility Reference
IVCRulePropertyStorage Interface
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
Visual Basic
<GuidAttribute("E6D70D5A-3095-4F66-A574-22DBD4DEAD77")> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ Public Interface IVCRulePropertyStorage
C#
[GuidAttribute("E6D70D5A-3095-4F66-A574-22DBD4DEAD77")] [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] public interface IVCRulePropertyStorage
Visual C++
[GuidAttribute(L"E6D70D5A-3095-4F66-A574-22DBD4DEAD77")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] public interface class IVCRulePropertyStorage
F#
[<GuidAttribute("E6D70D5A-3095-4F66-A574-22DBD4DEAD77")>] [<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>] type IVCRulePropertyStorage = interface end
JScript
public interface IVCRulePropertyStorage
The IVCRulePropertyStorage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
DeleteProperty | |
|
GetEvaluatedPropertyValue | |
|
GetUnevaluatedPropertyValue | |
|
SetPropertyValue |
See Also
