CompositionDependency.Site 属性
定义
获取一个标记,用于标识依赖部件上的依赖关系。Gets a marker used to identify the dependency among those on the dependent part.
public:
property System::Object ^ Site { System::Object ^ get(); };
public object Site { get; }
member this.Site : obj
Public ReadOnly Property Site As Object
属性值
标记。The marker.