Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4F0F5FC0-A5C3-4FFE-B2AC-0D4782F0E835")> _
Public Interface ISimplePropertyContainer
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4F0F5FC0-A5C3-4FFE-B2AC-0D4782F0E835")]
public interface ISimplePropertyContainer
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4F0F5FC0-A5C3-4FFE-B2AC-0D4782F0E835")]
public interface class ISimplePropertyContainer
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4F0F5FC0-A5C3-4FFE-B2AC-0D4782F0E835")>]
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