VCDesignElements 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("3631BE2C-1484-47F9-8C18-13E8C9EE3364")> _
Public Interface VCDesignElements _
Inherits IEnumerable
[GuidAttribute("3631BE2C-1484-47F9-8C18-13E8C9EE3364")]
public interface VCDesignElements : IEnumerable
[GuidAttribute(L"3631BE2C-1484-47F9-8C18-13E8C9EE3364")]
public interface class VCDesignElements : IEnumerable
[<GuidAttribute("3631BE2C-1484-47F9-8C18-13E8C9EE3364")>]
type VCDesignElements =
interface
interface IEnumerable
end
public interface VCDesignElements extends IEnumerable
The VCDesignElements type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Microsoft internal use only. | |
DTE | Infrastructure. Microsoft internal use only. | |
Parent | Infrastructure. Microsoft internal use only. |
Top
Methods
Name | Description | |
---|---|---|
Find | Infrastructure. Microsoft internal use only. | |
GetEnumerator | Infrastructure. Microsoft internal use only. | |
Item | Infrastructure. Microsoft internal use only. |
Top