Container item for a SplitterItemsControl. See SplitterItemsControl for more information.
Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Class SplitterItem _
    Inherits ContentControl
用法
Dim instance As SplitterItem
public class SplitterItem : ContentControl
public ref class SplitterItem : public ContentControl
type SplitterItem =  
    class
        inherit ContentControl
    end
public class SplitterItem extends ContentControl
Inheritance Hierarchy
System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                Microsoft.VisualStudio.PlatformUI.SplitterItem
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.