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
Public property Count Infrastructure. Microsoft internal use only.
Public property DTE Infrastructure. Microsoft internal use only.
Public property Parent Infrastructure. Microsoft internal use only.

Top

Methods

  Name Description
Public method Find Infrastructure. Microsoft internal use only.
Public method GetEnumerator Infrastructure. Microsoft internal use only.
Public method Item Infrastructure. Microsoft internal use only.

Top

See Also

Reference

Microsoft.VisualStudio.VCCodeModel Namespace