Reference Implicit Conversion (String to Reference)
Converts a string name to a Reference object.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public static implicit operator Reference (
string name
)
public:
static operator Reference^ (
String^ name
)
F# does not support this operator
Public Shared Widening Operator CType (
name As String
) As Reference
Parameters
name
Type: System.StringThe name of the reference.
Return Value
Type: Microsoft.VisualStudio.Tools.Applications.Reference
A Reference object constructed from the name.
See Also
Reference Class
Microsoft.VisualStudio.Tools.Applications Namespace