UriDisplayInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UriDisplayInfo(String, String, String, String) |
UriDisplayInfo クラスの新しいインスタンスを初期化します。 |
UriDisplayInfo(String, String, String, String, String, String) |
UriDisplayInfo クラスの新しいインスタンスを初期化します。 |
UriDisplayInfo(String, String, String, String, String, String, String, String) |
UriDisplayInfo クラスの新しいインスタンスを初期化します。 |
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)
パラメーター
- relativeName
- String
ワークスペースに対する Uri 相対の の名前。
Uriがワークスペースの下にないファイルを指定する場合、この値は とfullName
同じである必要があります。
- relativeGroupName
- String
ワークスペースを基準とする の Uri グループ名。
Uriがワークスペースの下にないファイルを指定する場合、この値は とfullGroupName
同じである必要があります。