VCProjectReference.SubType Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft use only. Do not use.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property SubType As String
    Get
    Set
string SubType { get; set; }
property String^ SubType {
    String^ get ();
    void set (String^ value);
}
abstract SubType : string with get, set
function get SubType () : String
function set SubType (value : String)

Property Value

Type: System.String
A string.

Implements

VCReference.SubType

.NET Framework Security

See Also

Reference

VCProjectReference Interface

SubType Overload

Microsoft.VisualStudio.VCProjectEngine Namespace