SupportsPeekRelationshipAttribute Constructor (String^)

Visual Studio 2015
 

Construct a new instance of the attribute.

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

public:
SupportsPeekRelationshipAttribute(
	String^ relationshipName
)

Parameters

relationshipName
Type: System::String^

The name of the relationship that we want to mark as supported.

Exception Condition
ArgumentNullException

relationshipName is null or empty.

Return to top
Show: