Share via


Reference.FromString Method (String)

 

Creates a Reference object from a name.

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

Syntax

public static Reference FromString(
    string name
)
public:
static Reference^ FromString(
    String^ name
)
static member FromString : 
        name:string -> Reference
Public Shared Function FromString (
    name As String
) As Reference

Parameters

Return Value

Type: Microsoft.VisualStudio.Tools.Applications.Reference

A Reference object constructed from the name.

See Also

Reference Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top