ISimplePropertyContainer Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("4F0F5FC0-A5C3-4FFE-B2AC-0D4782F0E835")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ISimplePropertyContainer
[GuidAttribute("4F0F5FC0-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISimplePropertyContainer
[GuidAttribute(L"4F0F5FC0-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ISimplePropertyContainer
[<GuidAttribute("4F0F5FC0-A5C3-4FFE-B2AC-0D4782F0E835")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ISimplePropertyContainer = interface end
public interface ISimplePropertyContainer
The ISimplePropertyContainer type exposes the following members.
Methods
Name | Description | |
---|---|---|
Configuration | Infrastructure. Microsoft Internal Use Only. | |
Evaluate | Infrastructure. Microsoft Internal Use Only. | |
GetObject | Infrastructure. Microsoft Internal Use Only. | |
GetProperty | Infrastructure. Microsoft Internal Use Only. | |
GetPropertyWithOffset | Infrastructure. Microsoft Internal Use Only. | |
PutProperty | Infrastructure. Microsoft Internal Use Only. |
Top