PeekSessionCreationOptions::RelationshipName Property

Visual Studio 2015
 

The name of the requested relationship to be explored by a Peek session.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property String^ RelationshipName {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	private: void set(String^ value);
}

Property Value

Type: System::String^

The name of the requested relationship to be explored by a Peek session.

Return to top
Show: