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("6C1AE003-11AE-4D2B-ABBB-F95CF2CC84D3")> _
Public Interface VCDesignElement
[GuidAttribute("6C1AE003-11AE-4D2B-ABBB-F95CF2CC84D3")]
public interface VCDesignElement
[GuidAttribute(L"6C1AE003-11AE-4D2B-ABBB-F95CF2CC84D3")]
public interface class VCDesignElement
[<GuidAttribute("6C1AE003-11AE-4D2B-ABBB-F95CF2CC84D3")>]
type VCDesignElement = interface end
public interface VCDesignElement
The VCDesignElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DisplayName | Infrastructure. Microsoft internal use only. |
![]() |
DTE | Infrastructure. Microsoft internal use only. |
![]() |
IsCaseSensitive | Infrastructure. Microsoft internal use only. |
![]() |
IsReadOnly | Infrastructure. Microsoft internal use only. |
![]() |
IsZombie | Infrastructure. Microsoft internal use only. |
![]() |
Name | Infrastructure. Microsoft internal use only. |
![]() |
Parent | Infrastructure. Microsoft internal use only. |
![]() |
Picture | Infrastructure. Microsoft internal use only. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
IsSelf | Infrastructure. Microsoft internal use only. |
Top