PropertyExtensionContext 成員
Provides file and project information to Visual Studio extensions that add custom properties to objects visible in the Entity Data Model Designer or the Model Browser.
下表列出 PropertyExtensionContext 型別公開的成員。
受保護的 建構函式
名稱 | 說明 | |
---|---|---|
PropertyExtensionContext | Creates a new instance of the PropertyExtensionContext class. |
頂端
公用 屬性
名稱 | 說明 | |
---|---|---|
EntityFrameworkVersion | The targeted version of the Entity Framework . (繼承自 ExtensionContext) | |
Project | The current Visual Studio project. (繼承自 ExtensionContext) | |
ProjectItem | The current Visual Studio project item. |
頂端
公用 方法
(另請參閱 受保護的 方法)
名稱 | 說明 | |
---|---|---|
CreateChangeScope | Creates an EntityDesignerChangeScope object and sets the string that will appear in the dropdown lists for the Undo and Redo buttons in Visual Studio. | |
Equals | 多載。 (繼承自 Object) | |
GetHashCode | (繼承自 Object) | |
GetType | (繼承自 Object) | |
ReferenceEquals | (繼承自 Object) | |
ToString | (繼承自 Object) |
頂端
受保護的 方法
名稱 | 說明 | |
---|---|---|
Finalize | (繼承自 Object) | |
MemberwiseClone | (繼承自 Object) |
頂端
另請參閱
參考
PropertyExtensionContext 類別
Microsoft.Data.Entity.Design.Extensibility 命名空間
其他資源
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview