Identity 屬性 (2003 系統)
取得或設定應用程式資訊清單的相關資訊。
命名空間: Microsoft.VisualStudio.Tools.Applications.Runtime
組件: Microsoft.VisualStudio.Tools.Applications.Runtime (在 Microsoft.VisualStudio.Tools.Applications.Runtime.dll 中)
語法
'宣告
Public Property Identity As AssemblyIdentity
'用途
Dim instance As AppManifest
Dim value As AssemblyIdentity
value = instance.Identity
instance.Identity = value
public AssemblyIdentity Identity { get; set; }
屬性值
型別:Microsoft.VisualStudio.Tools.Applications.Runtime. . :: .AssemblyIdentity
提供應用程式資訊清單之相關資訊的 AssemblyIdentity。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。