VCDesignElements.Count Property

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

声明
ReadOnly Property Count As Integer
用法
Dim instance As VCDesignElements
Dim value As Integer

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
function get Count () : int

Property Value

Type: System.Int32

Permissions

See Also

Reference

VCDesignElements Interface

VCDesignElements Members

Microsoft.VisualStudio.VCCodeModel Namespace