IVCRulePropertyStorage インターフェイス
名前空間: Microsoft.VisualStudio.VCProjectEngine
アセンブリ: Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll 内)
構文
'宣言
<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
IVCRulePropertyStorage 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
DeleteProperty | ||
GetEvaluatedPropertyValue | ||
GetUnevaluatedPropertyValue | ||
SetPropertyValue |
このページのトップへ