SupportsPeekRelationshipAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Construct a new instance of the attribute.
public:
SupportsPeekRelationshipAttribute(System::String ^ relationshipName);
public:
SupportsPeekRelationshipAttribute(Platform::String ^ relationshipName);
SupportsPeekRelationshipAttribute(std::wstring const & relationshipName);
public SupportsPeekRelationshipAttribute (string relationshipName);
new Microsoft.VisualStudio.Language.Intellisense.SupportsPeekRelationshipAttribute : string -> Microsoft.VisualStudio.Language.Intellisense.SupportsPeekRelationshipAttribute
Public Sub New (relationshipName As String)
Parameters
- relationshipName
- String
The name of the relationship that we want to mark as supported.
Exceptions
relationshipName
is null or empty.