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("CA504578-520D-453B-8B98-C263399477C4")> _
Public Interface VCDesignElement
[GuidAttribute("CA504578-520D-453B-8B98-C263399477C4")]
public interface VCDesignElement
[GuidAttribute(L"CA504578-520D-453B-8B98-C263399477C4")]
public interface class VCDesignElement
[<GuidAttribute("CA504578-520D-453B-8B98-C263399477C4")>]
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