CustomComponentViewHandlerAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在設計時通知資料流程設計師,元件的使用者介面將自行管理元件檢視器。
public ref class CustomComponentViewHandlerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class CustomComponentViewHandlerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type CustomComponentViewHandlerAttribute = class
inherit Attribute
Public NotInheritable Class CustomComponentViewHandlerAttribute
Inherits Attribute
- 繼承
-
CustomComponentViewHandlerAttribute
- 屬性
範例
以下範例展示了套用到類別上的 CustomComponentViewHandlerAttribute 屬性。
[CustomComponentViewHandler]
public class MyComponentUI
{
...
]
<CustomComponentViewHandler> _
Public Class MyComponentUI
...
End Class
備註
此屬性通常用於設計時修改產生元件本身外副作用,且元件管理資料流中其他元件的元件。 例如,緩慢變化的維度轉換會產生一整串資料流元件,並可能刪除其他物件。
建構函式
| 名稱 | Description |
|---|---|
| CustomComponentViewHandlerAttribute() |
初始化一個新的實例 CustomComponentViewHandlerAttribute。 |