EntryPoints 屬性 (2003 系統)
取得 Microsoft Visual Studio Tools for the Microsoft Office system (3.0 版) 方案之 EntryPoint 物件的集合。
命名空間: Microsoft.VisualStudio.Tools.Applications.Runtime
組件: Microsoft.VisualStudio.Tools.Applications.Runtime (在 Microsoft.VisualStudio.Tools.Applications.Runtime.dll 中)
語法
'宣告
Public ReadOnly Property EntryPoints As EntryPointCollection
'用途
Dim instance As AppManifest
Dim value As EntryPointCollection
value = instance.EntryPoints
public EntryPointCollection EntryPoints { get; }
屬性值
型別:Microsoft.VisualStudio.Tools.Applications.Runtime. . :: .EntryPointCollection
包含 Visual Studio Tools for Office 方案之 EntryPoint 物件的 EntryPointCollection。
備註
EntryPoint 會識別當 Visual Studio Tools for Office 方案執行時所要叫用的類別。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。