UIExtensionSiteCollection.Item Property

Retrieves an extension site by name.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    siteName As String _
) As UIExtensionSite
'Usage
Dim instance As UIExtensionSiteCollection
Dim siteName As String
Dim value As UIExtensionSite

value = instance(siteName)
public UIExtensionSite this [
    string siteName
] { get; }
public:
property UIExtensionSite^ default [String^] {
    UIExtensionSite^ get (String^ siteName);
}
/** @property */
public UIExtensionSite get_Item (String siteName)
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • siteName
    The name of the extension site to get.

Property Value

The extension site.

See Also

Reference

UIExtensionSiteCollection Class
UIExtensionSiteCollection Members
Microsoft.Practices.CompositeUI Namespace