NestedPeekTriggeredEventArgs::RelationshipName Property

Visual Studio 2015
 

Case insensitive name of the relationship that was used to invoke nested Peek.

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^

Case insensitive name of the relationship that was used to invoke nested Peek.

Return to top
Show: