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
声明
<GuidAttribute("991BF865-68DE-4125-8203-A0CBD76AA973")> _
Public Interface VCDesignElements _
    Inherits IEnumerable
[GuidAttribute("991BF865-68DE-4125-8203-A0CBD76AA973")]
public interface VCDesignElements : IEnumerable
[GuidAttribute(L"991BF865-68DE-4125-8203-A0CBD76AA973")]
public interface class VCDesignElements : IEnumerable
[<GuidAttribute("991BF865-68DE-4125-8203-A0CBD76AA973")>]
type VCDesignElements =  
    interface
        interface IEnumerable
    end
public interface VCDesignElements extends IEnumerable
The VCDesignElements type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Infrastructure. Microsoft internal use only. | 
| .gif) | DTE | Infrastructure. Microsoft internal use only. | 
| .gif) | Parent | Infrastructure. Microsoft internal use only. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Find | Infrastructure. Microsoft internal use only. | 
| .gif) | GetEnumerator() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | 
| .gif) | GetEnumerator() | Infrastructure. Microsoft internal use only. | 
| .gif) | Item | Infrastructure. Microsoft internal use only. | 
Top