ContainerElement Oluşturucular

Tanım

Aşırı Yüklemeler

ContainerElement(ContainerElementStyle, IEnumerable<Object>)

Yeni bir kapsayıcı oluşturur.

ContainerElement(ContainerElementStyle, Object[])

Yeni bir kapsayıcı oluşturur.

ContainerElement(ContainerElementStyle, IEnumerable<Object>)

Yeni bir kapsayıcı oluşturur.

public:
 ContainerElement(Microsoft::VisualStudio::Text::Adornments::ContainerElementStyle style, System::Collections::Generic::IEnumerable<System::Object ^> ^ elements);
public ContainerElement (Microsoft.VisualStudio.Text.Adornments.ContainerElementStyle style, System.Collections.Generic.IEnumerable<object> elements);
new Microsoft.VisualStudio.Text.Adornments.ContainerElement : Microsoft.VisualStudio.Text.Adornments.ContainerElementStyle * seq<obj> -> Microsoft.VisualStudio.Text.Adornments.ContainerElement
Public Sub New (style As ContainerElementStyle, elements As IEnumerable(Of Object))

Parametreler

style
ContainerElementStyle

Kapsayıcının düzen stili.

elements
IEnumerable<Object>

IViewElementFactoryServiceGörüntülenecek öğeler.

Özel durumlar

Null ise elements oluşturulur .

Şunlara uygulanır

ContainerElement(ContainerElementStyle, Object[])

Yeni bir kapsayıcı oluşturur.

public:
 ContainerElement(Microsoft::VisualStudio::Text::Adornments::ContainerElementStyle style, ... cli::array <System::Object ^> ^ elements);
public ContainerElement (Microsoft.VisualStudio.Text.Adornments.ContainerElementStyle style, params object[] elements);
new Microsoft.VisualStudio.Text.Adornments.ContainerElement : Microsoft.VisualStudio.Text.Adornments.ContainerElementStyle * obj[] -> Microsoft.VisualStudio.Text.Adornments.ContainerElement
Public Sub New (style As ContainerElementStyle, ParamArray elements As Object())

Parametreler

style
ContainerElementStyle

Kapsayıcının düzen stili.

elements
Object[]

Kullanıcı arabirimine çevrilecek ve aracılığıyla görüntülenecek öğeler IViewElementFactoryService .

Özel durumlar

Null ise elements oluşturulur .

Şunlara uygulanır