Dela via


SchemaHierarchyBase.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
Public Property UserInteractionServices As UserInteractionServices
public UserInteractionServices UserInteractionServices { get; set; }
public:
property UserInteractionServices^ UserInteractionServices {
    UserInteractionServices^ get ();
    void set (UserInteractionServices^ value);
}
member UserInteractionServices : UserInteractionServices with get, set
function get UserInteractionServices () : UserInteractionServices
function set UserInteractionServices (value : UserInteractionServices)

Property Value

Type: Microsoft.Data.Schema.UserInteractionServices

.NET Framework Security

See Also

Reference

SchemaHierarchyBase Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace