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
<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
Public method Configuration Infrastructure. Microsoft Internal Use Only.
Public method Evaluate Infrastructure. Microsoft Internal Use Only.
Public method GetObject Infrastructure. Microsoft Internal Use Only.
Public method GetProperty Infrastructure. Microsoft Internal Use Only.
Public method GetPropertyWithOffset Infrastructure. Microsoft Internal Use Only.
Public method PutProperty Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace