WorkspaceVisualNodeBase.VSSelectionMoniker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the URL to use for vs selection
public: property System::String ^ VSSelectionMoniker { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public: property Platform::String ^ VSSelectionMoniker { public:
Platform::String ^ get(); protected:
void set(Platform::String ^ value); };
public string VSSelectionMoniker { get; protected set; }
public string? VSSelectionMoniker { get; protected set; }
member this.VSSelectionMoniker : string with get, set
Public Property VSSelectionMoniker As String