Delen via


UriDisplayInfo Constructors

Definition

Overloads

UriDisplayInfo(String, String, String, String)

Initializes a new instance of the UriDisplayInfo class.

UriDisplayInfo(String, String, String, String, String, String)

Initializes a new instance of the UriDisplayInfo class.

UriDisplayInfo(String, String, String, String, String, String, String, String)

Initializes a new instance of the UriDisplayInfo class.

UriDisplayInfo(String, String, String, String)

Initializes a new instance of the UriDisplayInfo class.

public:
 UriDisplayInfo(System::String ^ name, System::String ^ fullName, System::String ^ groupName, System::String ^ fullGroupName);
public UriDisplayInfo (string name, string fullName, string groupName, string fullGroupName);
new Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo : string * string * string * string -> Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo
Public Sub New (name As String, fullName As String, groupName As String, fullGroupName As String)

Parameters

name
String

The display name of the Uri.

fullName
String

The full display name of the Uri.

groupName
String

The group name of the Uri.

fullGroupName
String

The full group name of the Uri.

Applies to

UriDisplayInfo(String, String, String, String, String, String)

Initializes a new instance of the UriDisplayInfo class.

public:
 UriDisplayInfo(System::String ^ name, System::String ^ fullName, System::String ^ groupName, System::String ^ fullGroupName, System::String ^ serverFullName, System::String ^ serverFullGroupName);
public UriDisplayInfo (string name, string fullName, string groupName, string fullGroupName, string? serverFullName, string? serverFullGroupName);
new Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo : string * string * string * string * string * string -> Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo
Public Sub New (name As String, fullName As String, groupName As String, fullGroupName As String, serverFullName As String, serverFullGroupName As String)

Parameters

name
String

The display name of the Uri.

fullName
String

The full display name of the Uri.

groupName
String

The group name of the Uri.

fullGroupName
String

The full group name of the Uri.

serverFullName
String

The full display name of the Uri as it exists on the server. If the Uri doesn't exist on the server, this value is null.

serverFullGroupName
String

The full group name of the Uri as it exists on the server. If the Uri doesn't exist on the server, this value is null.

Applies to

UriDisplayInfo(String, String, String, String, String, String, String, String)

Initializes a new instance of the UriDisplayInfo class.

public:
 UriDisplayInfo(System::String ^ name, System::String ^ fullName, System::String ^ groupName, System::String ^ fullGroupName, System::String ^ serverFullName, System::String ^ serverFullGroupName, System::String ^ relativeName, System::String ^ relativeGroupName);
public UriDisplayInfo (string name, string fullName, string groupName, string fullGroupName, string? serverFullName, string? serverFullGroupName, string relativeName, string relativeGroupName);
new Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo : string * string * string * string * string * string * string * string -> Microsoft.VisualStudio.RpcContracts.FileSystem.UriDisplayInfo
Public Sub New (name As String, fullName As String, groupName As String, fullGroupName As String, serverFullName As String, serverFullGroupName As String, relativeName As String, relativeGroupName As String)

Parameters

name
String

The display name of the Uri.

fullName
String

The full display name of the Uri.

groupName
String

The group name of the Uri.

fullGroupName
String

The full group name of the Uri.

serverFullName
String

The full display name of the Uri as it exists on the server. If the Uri doesn't exist on the server, this value is null.

serverFullGroupName
String

The full group name of the Uri as it exists on the server. If the Uri doesn't exist on the server, this value is null.

relativeName
String

The name of the Uri relative to the workspace. If the Uri specifies a file that is not under the workspace, this value is should be the same as fullName.

relativeGroupName
String

The group name of the Uri relative to the workspace. If the Uri specifies a file that is not under the workspace, this value is should be the same as fullGroupName.

Applies to