ProvideIncludeFolderAttribute.Index Property
The zero-based index of the folder
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property Index As Integer
public int Index { get; }
public:
property int Index {
int get ();
}
member Index : int with get
function get Index () : int
Property Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.