UriDisplayInfo 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
UriDisplayInfo(String, String, String, String)
初始化 UriDisplayInfo 类的新实例。
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)
参数
适用于
UriDisplayInfo(String, String, String, String, String, String)
初始化 UriDisplayInfo 类的新实例。
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)
参数
适用于
UriDisplayInfo(String, String, String, String, String, String, String, String)
初始化 UriDisplayInfo 类的新实例。
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)