NestedPeekTriggeredEventArgs::RelationshipName Property
Visual Studio 2015
Case insensitive name of the relationship that was used to invoke nested Peek.
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.
Show: