SupportsPeekRelationshipAttribute Constructor (String^)
Visual Studio 2015
Construct a new instance of the attribute.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
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. |
Show: