Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected ReadOnly Property OutputGroups As IList(Of OutputGroup)
'使用
Dim value As IList(Of OutputGroup)
value = Me.OutputGroups
protected IList<OutputGroup> OutputGroups { get; }
protected:
property IList<OutputGroup^>^ OutputGroups {
IList<OutputGroup^>^ get ();
}
protected function get OutputGroups () : IList<OutputGroup>
Property Value
Type: System.Collections.Generic.IList<OutputGroup>
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.