Share via


Reference Constructor

 

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Overload List

Name Description
System_CAPS_pubmethod Reference(String)

Creates a new instance of the Reference class.

System_CAPS_pubmethod Reference(String, String)

See Also

Reference Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top

Reference Constructor (String)

Creates a new instance of the Reference class.

Syntax

public Reference(
    string name
)
public:
Reference(
    String^ name
)
new : 
        name:string -> Reference
Public Sub New (
    name As String
)

Parameters

Return to top

Reference Constructor (String, String)

Syntax

public Reference(
    string name,
    string hintPath
)
public:
Reference(
    String^ name,
    String^ hintPath
)
new : 
        name:string *
        hintPath:string -> Reference
Public Sub New (
    name As String,
    hintPath As String
)

Parameters

Return to top