次の方法で共有


Link コンストラクター (Guid, String, String, Type)

指定した ID、名前、ストレージ、および型を使用して、Link クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.VisualStudio.TestTools.Common
アセンブリ:  Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)

構文

'宣言
Public Sub New ( _
    id As Guid, _
    name As String, _
    storage As String, _
    type As Type _
)
public Link(
    Guid id,
    string name,
    string storage,
    Type type
)
public:
Link(
    Guid id, 
    String^ name, 
    String^ storage, 
    Type^ type
)
new : 
        id:Guid * 
        name:string * 
        storage:string * 
        type:Type -> Link
public function Link(
    id : Guid, 
    name : String, 
    storage : String, 
    type : Type
)

パラメーター

  • id
    型 : System.Guid
    リンクを一意に識別する GUID。
  • storage
    型 : System.String
    サーバー上のオブジェクトの相対パス。
  • type
    型 : System.Type
    ターゲット オブジェクトの種類を示す Type

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

Link クラス

Link オーバーロード

Microsoft.VisualStudio.TestTools.Common 名前空間