다음을 통해 공유


ShapeElement.AssociateValueWith 메서드 (Store, Guid)

셰이프의 리소스를 셰이프에 할당된 메모리 내 저장소 속성에 연결합니다.

네임스페이스:  Microsoft.VisualStudio.Modeling.Diagrams
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

구문

‘선언
Public Shared Sub AssociateValueWith ( _
    store As Store, _
    domainPropertyId As Guid _
)
public static void AssociateValueWith(
    Store store,
    Guid domainPropertyId
)

매개 변수

  • domainPropertyId
    형식: System.Guid
    모양에 저장된 메모리 내 저장소의 GUID입니다.

설명

ShapeElement 리소스는 IMS 속성에 연결할 수 있습니다. 관련된 ShapeElements IMS 속성 값이 변경 되는 경우 Invalidate를 호출을 수신 하 여 자동으로 업데이트 됩니다. OnPrePaint 메서드를 재정의 하 고 있는 리소스를 변경 하 여 해당 변경 내용에 따라 리소스를 변경할 수 있습니다.

예제

public static void OnDecoratorsInitialized(object sender, global::System.EventArgs e)
{
DslDiagrams::ShapeElement shape = (DslDiagrams::ShapeElement)sender;
DslDiagrams::AssociatedPropertyInfo propertyInfo;

propertyInfo = new DslDiagrams::AssociatedPropertyInfo(global::Microsoft.Example.ClassDiagrams.Comment.TextDomainPropertyId);
DslDiagrams::ShapeElement.FindDecorator(shape.Decorators, "Comment").AssociateValueWith(shape.Store, propertyInfo);
}

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

ShapeElement 클래스

AssociateValueWith 오버로드

Microsoft.VisualStudio.Modeling.Diagrams 네임스페이스