ISchemaHierarchyGenerator.UserInteractionServices Property
Gets or sets the user interaction services object.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Property UserInteractionServices As UserInteractionServices
UserInteractionServices UserInteractionServices { get; set; }
property UserInteractionServices^ UserInteractionServices {
UserInteractionServices^ get ();
void set (UserInteractionServices^ value);
}
abstract UserInteractionServices : UserInteractionServices with get, set
function get UserInteractionServices () : UserInteractionServices
function set UserInteractionServices (value : UserInteractionServices)
Property Value
Type: Microsoft.Data.Schema.UserInteractionServices
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISchemaHierarchyGenerator Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace