Reference Constructor
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Overload List
Name | Description | |
---|---|---|
Reference(String) | Creates a new instance of the Reference class. |
|
Reference(String, String) |
See Also
Reference Class
Microsoft.VisualStudio.Tools.Applications Namespace
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
name
Type: System.StringThe name of the reference.
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
- name
Type: System.String
- hintPath
Type: System.String