VCDesignElement 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.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
<GuidAttribute("5CF86783-CDB9-4771-8810-5FA117C435BE")> _
Public Interface VCDesignElement
[GuidAttribute("5CF86783-CDB9-4771-8810-5FA117C435BE")]
public interface VCDesignElement
[GuidAttribute(L"5CF86783-CDB9-4771-8810-5FA117C435BE")]
public interface class VCDesignElement
[<GuidAttribute("5CF86783-CDB9-4771-8810-5FA117C435BE")>]
type VCDesignElement =  interface end
public interface VCDesignElement

The VCDesignElement type exposes the following members.

Properties

  Name Description
Public property DisplayName Infrastructure. Microsoft internal use only.
Public property DTE Infrastructure. Microsoft internal use only.
Public property IsCaseSensitive Infrastructure. Microsoft internal use only.
Public property IsReadOnly Infrastructure. Microsoft internal use only.
Public property IsZombie Infrastructure. Microsoft internal use only.
Public property Name Infrastructure. Microsoft internal use only.
Public property Parent Infrastructure. Microsoft internal use only.
Public property Picture Infrastructure. Microsoft internal use only.

Top

Methods

  Name Description
Public method IsSelf Infrastructure. Microsoft internal use only.

Top

See Also

Reference

Microsoft.VisualStudio.VCCodeModel Namespace