AssemblyReference.ReferenceType プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

アセンブリ参照種類指定します

名前空間: Microsoft.Build.Tasks.Deployment.ManifestUtilities
アセンブリ: Microsoft.Build.Tasks (microsoft.build.tasks.dll 内)
構文構文

Visual Basic (宣言)

Public Property ReferenceType As AssemblyReferenceType

Visual Basic (使用法)

Dim instance As AssemblyReference Dim value As AssemblyReferenceType

value = instance.ReferenceType

instance.ReferenceType = value

C#

public AssemblyReferenceType ReferenceType { get; set; }

C++

public: property AssemblyReferenceType ReferenceType { AssemblyReferenceType get (); void set (AssemblyReferenceType value); }

J#

/** @property */ public AssemblyReferenceType get_ReferenceType ()

/** @property */ public void set_ReferenceType (AssemblyReferenceType value)

JScript

public function get ReferenceType () : AssemblyReferenceType

public function set ReferenceType (value : AssemblyReferenceType)

プロパティ
アセンブリ参照種類を表す AssemblyReferenceType オブジェクト

.NET Framework のセキュリティ.NET Frameworkセキュリティ

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.0

参照参照

関連項目
AssemblyReference クラス
AssemblyReference メンバ
Microsoft.Build.Tasks.Deployment.ManifestUtilities 名前空間