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("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 | |
---|---|---|
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() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. Microsoft internal use only. | |
Item | Infrastructure. Microsoft internal use only. |
Top