HasStreamAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica che una classe che è un tipo di entità ha un flusso di dati binario predefinito.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class HasStreamAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type HasStreamAttribute = class
inherit Attribute
Public NotInheritable Class HasStreamAttribute
Inherits Attribute
- Ereditarietà
-
HasStreamAttribute
- Attributi
Costruttori
HasStreamAttribute() |
Indica che una classe che è un tipo di entità ha un flusso di dati binario predefinito. |